@charset "utf-8"; body {
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: content-box;
}

i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../newimg/title-icon.png) center no-repeat;
}

@keyframes updown {
    0%, 100% {
        transform: translateY(0);
    }

    25%, 75% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(12px);
    }
}

/* more-page */
.more-page {
    position: fixed;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    z-index: 20;
    animation-name: updown;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

/* 遮罩 */
.cover-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    background-size: 90% auto;
    color: #fff;
}
#searchcover{background:none;}
#searchcover .coverbg{
width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    background-size: 90% auto;
position:absolute;
top:0;
left:0;
z-index:1;
}

.cover-box a {
    color: #fff;
}

.cover-box .closebtn {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 14px;
    height: 14px;
    background: url(../newimg/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2;
}

/* search */
#searchcover {
    z-index: 9999;
}

.searchbox {
    margin: 140px auto;
    max-width: 400px;
    text-align: center;
    position: relative;
    z-index:2;
}

.searchbox .m-search {
    float: none;
    top: 0px;
    position: static;
}

.searchbox .m-soBox {
    width: auto;
    height: auto;
    line-height: normal;
}

.searchbox .text {
    width: 100%;
    line-height: 20px;
    padding: 9px 45px 9px 15px;
    box-sizing: border-box;
    border: none;
    border-radius: 18px;
}

.searchbox .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all ease 0.3s;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    z-index: 2;
}

/* videobox */
.videobox {
    width: 100%;
    height: 100%;
    display: block;
}

.videobox video {
    width: 100%;
    height: 100%;
    display: block;
}

.videobox embed {
    width: 100%;
    height: 100%;
    display: block;
}

/*  sjnav */
#sjnavcover {
    top: 55px;
}

#sjnavcover .closebtn-nav {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 14px;
    height: 14px;
    background: url(../newimg/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
}

#sjnavcover.shownav {
    display: block;
}

.sjnav-cover-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 55px);
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    background-size: 90% auto;
    color: #fff;
}

.sjnav-cover-box a {
    color: #fff;
}

.sjnav-cover-box .sjnav>ul {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 46%;
    background: #fff;
    box-sizing: border-box;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li {
    line-height: 50px;
    border-bottom: 1px #f3f3f3 solid;
    position: relative;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li>a {
    display: block;
    font-size: 16px;
    padding: 0 16px;
    text-align: left;
    color: #1a1a1a;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li>a.old {
    border-top: 1px #f3f3f3 solid;
    display: none;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li a.now {
    background-color: #9a0000;
    color: #ffffff;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li a.now+.sj-menu-li-tb {
    border-left: 1px solid #ffffff;
    background: url(../newimg/icon-arrow2.png) center no-repeat;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sj-menu-li-tb {
    width: 40px;
    height: 36px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 7px;
    border-left: 1px solid #cccccc;
    background: url(../newimg/icon-arrow1.png) center no-repeat;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej {
    display: none;
    position: static;
    width: 100%;
    text-align: left;
    background: #f8f8f8;
    left: 0;
    top: 100%;
    font-size: 14px;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul {
    height: auto;
    padding: 0;
    border: none;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li {
    overflow: hidden;
    position: relative;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li>a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 34px;
    padding: 4px 16px 4px 28px;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li>a:hover {
    color: red;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-ej-li-tb {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 40px;
    height: 28px;
    background: url(../newimg/icon-on.png) center no-repeat;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-ej-li-tb.on {
    background: url(../newimg/icon-off.png) center no-repeat;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-sj {
    display: none;
    top: 55px;
    width: 54%;
    position: fixed;
    left: 46%;
    bottom: 0;
    background: rgba(238, 238, 238, 0.9);
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    min-height: 0;
    overflow-y: auto;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-sj .sjmenu-sj-li {
    box-sizing: border-box;
    padding: 13px 15px;
    line-height: normal;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-sj .sjmenu-sj-li a {
    font-size: 14px;
    color: #4c4c4c;
}

.sjnav-cover-box .sjnav>ul .sj-menu-li .sjmenu-ej ul .sjmenu-ej-li .sjmenu-sj .sjmenu-sj-li a:hover {
    color: red;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.header.active {
    background: rgba(153, 20, 27, 0.8);
}

.header.active .header-xia .logo {
    margin-top: 5px;
}

.header.active .header-xia .logo img {
    height: 34px;
}

.header .header-shang {
    height: 45px;
    background-color: #99141b;
}

.header .header-shang .logo {
    display: none;
    float: left;
}

.header .header-shang .logo img {
    max-width: 100%;
    height: 40px;
    margin-top: 5px;
    transition: all ease 0.2s;
}

.header .header-shang .header-shang-l {
    float: left;
    line-height: 45px;
}

.header .header-shang .header-shang-l .header-shang-l-li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    font-family: "PingFang";
    color: #c7b1b1;
    position: relative;
}

.header .header-shang .header-shang-l .header-shang-l-li>a {
    color: #c7b1b1;
}

.header .header-shang .header-shang-l .header-shang-l-li .header-shang-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: -15px;
    background-color: rgba(153, 20, 27, 0.8);
    box-sizing: border-box;
    padding: 10px 0;
    width: 120px;
}

.header .header-shang .header-shang-l .header-shang-l-li .header-shang-menu .header-shang-menu-li {
    box-sizing: border-box;
    padding: 10px 5px;
}

.header .header-shang .header-shang-l .header-shang-l-li .header-shang-menu .header-shang-menu-li a {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    line-height: 25px;
}

.header .header-shang .header-shang-l .header-shang-l-li .header-shang-menu .header-shang-menu-li a:hover {
    text-decoration: underline;
}

.header .header-shang .header-shang-r {
    float: right;
    line-height: 45px;
}

.header .header-shang .header-shang-r .header-shang-r-li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
}

.header .header-shang .header-shang-r .header-shang-r-li span {
    margin: 0 10px;
}

.header .header-shang .header-shang-r .header-shang-r-li a {
    color: #ffffff;
}

.header .header-shang .header-shang-r .header-shang-r-li img {
    vertical-align: middle;
    margin-top: -3px;
}

.header .header-shang .header-shang-r .header-shang-r-li.m-nav {
    display: none;
}

.header .header-shang .header-shang-r .header-shang-r-li.m-nav .nav-ctrl {
    margin-top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../newimg/nav-ctrl.png) center no-repeat;
    background-size: 100% 100%;
}

.header .header-shang .header-shang-r .header-shang-r-li.m-nav .nav-ctrl.nav-ctrl-active {
    background: url(../newimg/close.png) center no-repeat;
    background-size: 100% 100%;
}

.header .header-xia {
    padding: 12px 0;
    background: url(../newimg/nav_zz.png) top center;
}

.header.active .header-xia {
    background: none;
}

.header .header-xia .logo {
    float: left;
}

.header .header-xia .logo img {
    max-width: 100%;
    height: 68px;
    transition: all ease 0.2s;
}

.header .header-xia .nav {
    float: right;
}

.header .header-xia .nav .menu {
    position: relative;
    z-index: 1;
}

.header .header-xia .nav .menu .menu-li {
    text-align: center;
    line-height: 44px;
    white-space: nowrap;
    float: left;
    position: relative;
}

.header .header-xia .nav .menu .menu-li span a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 44px;
    margin: 0 20px;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box {
    display: none;
    width: 145px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 44px;
    box-sizing: border-box;
    padding: 10px 0;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li {
    position: relative;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 10px;
    text-align: left;
    line-height: 35px;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li>img {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li:hover>a {
    color: red;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li:hover>img {
    display: block;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li .sjmenu-box {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 145px;
    top: 0;
    box-sizing: border-box;
    padding: 10px 0;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li .sjmenu-box .sjmenu-box-li:hover a {
    color: red;
}

.header .header-xia .nav .menu .menu-li .ejmenu-box .ejmenu-box-li .sjmenu-box .sjmenu-box-li a {
    font-size: 15px;
    line-height: 30px;
}

/* banner */
.indexbanner {
    margin-bottom: 60px;
}

.banner {
    position: relative;
}

.banner .flexslider .banner-li img {
    width: 100%;
    display: block;
}

.banner .banner-hd {
    position: absolute;
    bottom: 60px;
    right: 160px;
    z-index: 2;
}

.banner .banner-hd .banner-hd-li {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../newimg/dote.png) center no-repeat;
    box-shadow: 0 0 10px 2px #dcdada;cursor: pointer;
    margin: 0 5px;
}

.banner .banner-hd .banner-hd-li.flex-active {
    background: url(../newimg/dote-on.png) center no-repeat;
}

/* banner-m414 */
.banner-m414 {
    display: none;
    height: calc(100vh - 55px);
    margin-top: 55px;
    background: #4b5055 url(../newimg/sjbanner_bj.jpg) bottom center no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    position: relative;
}

.banner-m414 .banner-m414-box {
    height: calc(100vh - 55px);
}

.banner-m414 .banner-m414-box.slick-slider {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.banner-m414 .banner-m414-box .banner-m414-li {
    height: calc(100vh - 55px - 60px);
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-img .banner-m414-li-img-box {
    position: relative;
    box-sizing: border-box;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-img .banner-m414-li-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-img .banner-m414-li-img-box1 {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-img .banner-m414-li-img-box1 img {
    display: block;
    width: 100%;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-nr {
    box-sizing: border-box;
    padding: 35px 25px 0;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-nr .tit {
    font-size: 20px;
    color: #f7f7f7;
    height: 81px;
    text-transform: uppercase;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-m414 .banner-m414-box .banner-m414-li .banner-m414-li-nr .abstract {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    height: 192px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.banner-m414 .banner-m414-box .slick-dots {
    height: 60px;
    background-color: #99141b;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 60px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.banner-m414 .banner-m414-box .slick-dots li {
    width: 16px;
    height: 16px;
    background: url(../newimg/sjtj_dian.png) center no-repeat;
    background-size: 100% 100%;
}

.banner-m414 .banner-m414-box .slick-dots li button::before {
    color: transparent;
}

.banner-m414 .banner-m414-box .slick-dots li.slick-active {
    background: url(../newimg/sjtj_dian_now.png) center no-repeat;
    background-size: 100% 100%;
}

/* zxrd */
.zxrd .zxrd-tit {
    text-align: center;
    font-size: 32px;
    color: #000000;
}

.zxrd .zxrd-tit .zxrd-tit-tb {
    margin: 0 10px;
}

.zxrd .zxgd .zxgd-box-li {
    margin: 50px 0 100px;
}

.zxrd .zxgd .zxgd-box-li:hover .text h6 a {
    color: #99141b;
}

.zxrd .zxgd .zxgd-box-li:hover .pic {
    background: #99141b;
}

.zxrd .zxgd .zxgd-box-li .pic {
    position: relative;
    float: left;
    width: 37%;
    background: #ebebeb;
}

.zxrd .zxgd .zxgd-box-li .pic img {
    display: block;
    position: relative;
    top: 34px;
    max-width: 100%;
}

.zxrd .zxgd .zxgd-box-li .pic .tips {
    display: none;
    position: absolute;
    left: -1px;
    top: -2px;
    z-index: 2;
    width: 26px;
    padding: 10px 5px;
    height: 72px;
    box-sizing: border-box;
    text-align: center;
    background: url(../newimg/more2.png) bottom center no-repeat;
}

.zxrd .zxgd .zxgd-box-li .pic .tips a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.zxrd .zxgd .zxgd-box-li .text {
    padding: 1px 0px 65px 0px;
    background: url(../newimg/line.png) bottom right no-repeat;
}

.zxrd .zxgd .zxgd-box-li .text .more {
    line-height: 30px;
    margin: 40px 0px 34px 0;
}

.zxrd .zxgd .zxgd-box-li .text .more span {
    display: inline-block;
    text-align: center;
    width: 120px;
    color: #fff;
    background: #99141b;
    margin-right: 10px;
}

.zxrd .zxgd .zxgd-box-li .text h6 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
}

.zxrd .zxgd .zxgd-box-li .text h6 a {
    display: block;
    height: 72px;
    color: #99141b;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxrd .zxgd .zxgd-box-li .text .desc {
    line-height: 32px;
    height: 96px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zxrd .zxgd .zxgd-box-li .text .m_more {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    float: right;
}

.zxrd .zxgd .zxgd-box-li .text .m_more a {
    /* color: #99141b; */
}

.zxrd .zxgd .zxgd-li1 {
    background: url(../newimg/r1-bg1.jpg) right top no-repeat;
}

.zxrd .zxgd .zxgd-li1 .pic {
    background: #ebebeb;
}

.zxrd .zxgd .zxgd-li1 .pic img {
    left: 34px;
}

.zxrd .zxgd .zxgd-li1 .text {
    margin-right: 50px;
    margin-left: 48%;
}

.zxrd .zxgd .zxgd-li2 {
    background: url(../newimg/r1-bg2.jpg) left center no-repeat #f5f5f5;
}

.zxrd .zxgd .zxgd-li2 .pic {
    float: right;
}

.zxrd .zxgd .zxgd-li2 .pic img {
    right: 34px;
}

.zxrd .zxgd .zxgd-li2 .text {
    margin-left: 50px;
    margin-right: 48%;
}

.zxrd .zxrd-list {
    padding: 70px 0px 100px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.zxrd .zoom-in-down {
    box-shadow: 0 0 15px #aaaaaa;
}

.zxrd .zxrd-list ul {
    display: flex;
    justify-content: space-between;
}

.zxrd .zxrd-list ul li {
    width: 33%;
    position: relative;
    box-sizing: border-box;
    flex: 1;
    box-shadow: 0 0 15px #aaaaaa;
    /* background: #f4f4f4;  */
    margin: 0 50px;
    outline: none;
    overflow: hidden;
}

.zxrd .zxrd-list ul li .tips {
    position: absolute;
    left: -1px;
    top: -2px;
    z-index: 2;
    width: 26px;
    padding: 10px 5px;
    height: 72px;
    box-sizing: border-box;
    text-align: center;
    background: url(../newimg/more2.png) bottom center no-repeat;
}

.zxrd .zxrd-list ul li .tips a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.zxrd .zxrd-list ul li .tips a:hover {
    color: #fecdd0;
}

.zxrd .zxrd-list ul li .pic {
    width: 100%;
    padding-top: 56%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.zxrd .zxrd-list ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: all ease 0.2s;
}

.zxrd .zxrd-list ul li .info {
    background: #9bb3d6;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    transition: all ease 0.1s;
}

.zxrd .zxrd-list ul li .info .date {
    font-size: 24px;
    font-style: italic;
}

.zxrd .zxrd-list ul li .info .more {
    float: right;
    font-size: 14px;
}

.zxrd .zxrd-list ul li .info .more img {
    display: inline-block;
}

.zxrd .zxrd-list ul li .info a {
    color: #fff;
}

.zxrd .zxrd-list ul li .text {
    font-size: 18px;
    padding: 20px 18px;
    height: 60px;
    line-height: 1.8;
    overflow: hidden;
    background: #f4f4f4;
}

.zxrd .zxrd-list ul li .text a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxrd .zxrd-list ul li:hover {
    /* background: #99141b; */
    color: #fff;
}

.zxrd .zxrd-list ul li:hover .text {
    background: #99141b;
}

.zxrd .zxrd-list ul li:hover a {
    color: #fff;
}

.zxrd .zxrd-list ul li:hover .info {
    background: #99141b;
}

.zxrd .zxrd-list ul li:hover .pic img {
    transform: scale(1.2);
}

/* jxxm */
.jxxm {
    background: url(../newimg/row4-bg.jpg) left bottom no-repeat;
}

.jxxm .jxxm-tit {
    float: left;
    text-align: left;
    width: 88px;
}

.jxxm .jxxm-tit .text {
    margin: 0 15px;
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.jxxm .jxxm-tit .title-dote {
    margin: 0;
}

.jxxm .jxxm-tit .last-dote {
    text-align: right;
}

.jxxm .list {
    margin-left: 220px;
}

.jxxm .list ul {
    display: flex;
    flex-wrap: wrap;
}

.jxxm .list ul li {
    width: 25%;
    /* height:297px; */
    margin-bottom: 25px;
}

.jxxm .list ul li a {
    color: #fff;
}

.jxxm .list ul li .con {
    margin: 0 12px;
    transition: all ease 0.3s;
    padding-top: 109%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px #aaaaaa;
}

.jxxm .list ul li .con .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease .4s;
}

.jxxm .list ul li .tit {
    position: absolute;
    left: 25px;
    top: 180px;
    width: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.jxxm .list ul li .titbtm {
    position: absolute;
    left: 25px;
    top: 5%;
    width: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.jxxm .list ul li .snps {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    padding: 25px 20px;
    text-indent: 30px;
    box-sizing: border-box;
}

.jxxm .list ul li .snps.xmjjsnps p {
    height: 196px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.jxxm .list ul li .snps.xmjjsnps1 p {
    height: 140px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.jxxm .list ul li .snps ul, .jxxm .list ul li .snps ul li {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    line-height: 1.5;
}

.jxxm .list ul li .snps>ul>li {
    list-style-type: disc;
    margin: 0px 0 0 30px;
    text-indent: 0px;
}

.jxxm .list ul li .pic {
    position: relative;
    overflow: hidden;
}

.jxxm .list ul li .pic img {
    width: 100%;
    /* height:297px; */
}

.jxxm .list ul li .more {
    position: absolute;
    right: 22px;
    bottom: 0;
    font-size: 14px;
    width: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.jxxm .list ul li .more::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    height: 20px;
    width: 1px;
    background: #fff;
}

.jxxm .list ul li .morebtm {
    position: absolute;
    right: 22px;
    bottom: 56.5%;
    font-size: 14px;
    width: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.jxxm .list ul li .morebtm::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    height: 20px;
    width: 1px;
    background: #fff;
}

.jxxm .list ul li .moresnps {
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-size: 14px;
    width: 70px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.jxxm .list ul li .moresnps::before {
    content: "";
    display: inline-block;
    margin: auto 10px;
    height: 1px;
    width: 20px;
    background: #fff;
}

.jxxm .list ul li:hover .con .box {
    transform: translateY(-50%);
}

/* hdyth */
.hdyth {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
    background: url(../newimg/row7-bg.png) top center no-repeat;
}

.hdyth .hdyth-tit {
    font-size: 32px;
    color: #000000;
    margin-bottom: 40px;
}

.hdyth .hdyth-tit .hdyth-tit-tb {
    margin: 0 10px;
}

.hdyth .hdyth-con ul {
    margin: 0 -30px;
}

.hdyth .hdyth-con .hdyth-con-li {
    width: 33.3%;
    height: 130px;
    float: left;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-box {
    display: block;
    height: 100%;
    margin: 0 30px;
    background-color: #ffffff;
    box-shadow: 0 0 15px #aaaaaa;
}

.hdyth .hdyth-con .hdyth-con-li:last-of-type {
    margin-right: 0;
}

.hdyth .hdyth-con .hdyth-con-li:hover .hdyth-con-li-box {
    background: #99141b url(../newimg/row7--libg.png) right center no-repeat;
}

.hdyth .hdyth-con .hdyth-con-li:hover .hdyth-con-li-box .hdyth-con-li-lm {
    background-color: #ffffff;
}

.hdyth .hdyth-con .hdyth-con-li:hover .hdyth-con-li-box .hdyth-con-li-lm a {
    color: #99141b;
}

.hdyth .hdyth-con .hdyth-con-li:hover .hdyth-con-li-box .hdyth-con-li-nr .li-nr-time {
    color: #ffffff;
}

.hdyth .hdyth-con .hdyth-con-li:hover .hdyth-con-li-box .hdyth-con-li-nr .li-nr-tit {
    color: #ffffff;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-lm {
    width: 85px;
    height: 19px;
    background-color: #99141b;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-lm a {
    color: #f5f5f5;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr {
    box-sizing: border-box;
    padding: 25px 20px 0 10px;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr a {
    display: block;
    height: 100%;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-time {
    float: left;
    color: #99141b;
    margin-right: 20px;
    font-family: "Times New Roman";
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-time .yueri {
    font-size: 30px;
    font-style: italic;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-time .nian {
    font-size: 14px;
    font-style: italic;
}

.hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-tit {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* sxlxcp */
.sxlxcp {
    position: relative;
}

.sxlxcp .pic img {
    max-width: 100%;
    display: block;
}

.sxlxcp .play {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    text-align: center;
    transition: all ease 0.3s;
    z-index: 3;
}

.sxlxcp .play img {
    margin-bottom: 10px;
}

.sxlxcp .play p {
    color: #fff;
    font-size: 24px;
}

.sxlxcp .play:hover {
    transform: translateY(-20px);
}

.sxlxcp .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -680px;
    background: #99141b;
    padding: 40px 80px;
}

.sxlxcp .text a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding-left: 44px;
    background: url(../newimg/row5-icon.png) left center no-repeat;
}

.sxlxcp .text a img {
    vertical-align: middle;
    margin-left: 140px;
    transition: all ease .3s;
}

.sxlxcp .text a img.mobile_jt {
    display: none;
}

.sxlxcp .text:hover a img {
    transform: translateX(-50px);
}

/* linkBox */
.linkBox {
    padding: 90px 0 80px;
}

.linkBox ul li {
    flex: 1;
    text-align: center;
}

.linkBox ul li a {
    display: block;
}

.linkBox ul li a:hover .icon {
    transform: translateY(10px);
}

.linkBox ul li .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}

.linkBox ul li p {
    font-size: 18px;
}

.linkBox ul li .icon1 {
    background: url(../newimg/row6-icon1.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li .icon2 {
    background: url(../newimg/row6-icon2.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li .icon3 {
    background: url(../newimg/row6-icon3.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li .icon4 {
    background: url(../newimg/row6-icon4.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li .icon5 {
    background: url(../newimg/row6-icon5.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover .icon1 {
    background: url(../newimg/row6-icon1-on.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover .icon2 {
    background: url(../newimg/row6-icon2-on.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover .icon3 {
    background: url(../newimg/row6-icon3-on.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover .icon4 {
    background: url(../newimg/row6-icon4-on.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover .icon5 {
    background: url(../newimg/row6-icon5-on.png) center center no-repeat;
    background-size: 100% 100%;
}

.linkBox ul li:hover a {
    color: #333;
}

.linkBox .slick-dots li.slick-active button:before {
    color: #99141b;
}

/* footer */
.footer {
    background: #212121;
    color: #fff;
    overflow: hidden;
}

.footer a {
    color: #fff;
}

.footer .footer-l {
    padding: 66px 0;
    max-width: 100%;
}

.footer .footer-l .inner .c1 {
    float: left;
    color: #595959;
}

.footer .footer-l .inner .c1 .tit {
    margin-top: 70px;
    margin-bottom: 15px;
}

.footer .footer-l .inner .c1 .flink a {
    margin-right: 20px;
}

.footer .footer-l .inner .c1 .flink a img {
    height: 54px;
}

.footer .footer-l .inner .c1 .share {
    margin-top: 50px;
}

.footer .footer-l .inner .c1 .share .weixin {
    position: relative;
}

.footer .footer-l .inner .c1 .share .weixin .ewm {
    display: none;
    position: absolute;
    top: -135px;
    left: 0;
}

.footer .footer-l .inner .c1 .share .weixin .ewm img {
    width: 94px;
    height: 94px;
}

.footer .footer-l .inner .c1 .share .weixin.on .ewm {
    display: block;
}

.footer .footer-l .inner .c1 .share a {
    margin-right: 10px;
}

.footer .footer-l .inner .c1 .share a .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: all ease .2s;
}

.footer .footer-l .inner .c1 .share a .icon:hover {
    transform: translateY(-10px);
}

.footer .footer-l .inner .c1 .share a .icon1 {
    background: url(../newimg/share1.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon2 {
    background: url(../newimg/share2.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon3 {
    background: url(../newimg/share3.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon4 {
    background: url(../newimg/share4.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon5 {
    background: url(../newimg/share5.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon6 {
    background: url(../newimg/share6.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon7 {
    background: url(../newimg/share7.png) center center no-repeat;
}

.footer .footer-l .inner .c1 .share a .icon8 {
    background: url(../newimg/share8.png) center center no-repeat;
}

.footer .footer-l .inner .c2 {
    float: right;
    width: 55%;
}

.footer .footer-l .inner .c2 .tabs .hd {
    background: #2b2b2b;
}

.footer .footer-l .inner .c2 .tabs .hd ul {
    display: flex;
}

.footer .footer-l .inner .c2 .tabs .hd ul li {
    flex: 1;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    color: #dedede;
}

.footer .footer-l .inner .c2 .tabs .hd ul li.on {
    background: #99141b;
    color: #dedede;
}

.footer .footer-l .inner .c2 .tabs .bd {
    background: #252525;
}

.footer .footer-l .inner .c2 .tabs .bd .item {
    display: none;
    padding: 40px 40px 50px 40px;
}

.footer .footer-l .inner .c2 .tabs .bd .item .box {
    display: flex;
    align-items: center;
    height: 200px;
}

.footer .footer-l .inner .c2 .tabs .bd .item .pic {
    width: 200px;
    text-align: center;
}

.footer .footer-l .inner .c2 .tabs .bd .item .text {
    text-align: left;
    padding-left: 40px;
    flex: 1;
}

.footer .footer-l .inner .c2 .tabs .bd .item .text p {
    line-height: 30px;
    color: #dedede;
}

.footer .footer-bq {
    line-height: 38px;
    background: #1a1717;
    text-align: center;
}

/* 1300 */
@media screen and (max-width: 1300px) {
    /* jxxm */ .jxxm .list ul li .tit {
        top: 155px;
    }
}

/* 1200 */
@media screen and (max-width: 1200px) {
    /* header */ .header .header-xia .nav .menu .menu-li span a {
        font-size: 14px;
        margin: 0 10px;
    }

    /* zxrd */
    .zxrd .zxgd .zxgd-box-li .pic {
        width: 37%;
    }

    .zxrd .zxgd .zxgd-box-li .text {
        padding: 1px 0px 40px 0px;
    }

    .zxrd .zxgd .zxgd-box-li .text .more {
        margin-bottom: 20px;
    }

    .zxrd .zxgd .zxgd-li1 .text {
        margin-right: 0;
    }

    .zxrd .zxgd .zxgd-li2 .text {
        margin-left: 0;
    }

    .zxrd .zxrd-list {
        padding: 40px 0;
    }

    .zxrd .zxrd-list ul li {
        margin: 0 20px;
    }

    /* jxxm */
    .jxxm .jxxm-tit {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .jxxm .jxxm-tit>div {
        display: inline-block;
    }

    .jxxm .list {
        margin-left: 0;
    }

    .jxxm .list ul li .tit {
        top: 180px;
    }

    /* hdyth */
    .hdyth {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .hdyth .hdyth-tit {
        margin-top: 0;
        text-align: center;
    }

    .hdyth .hdyth-con ul {
        margin: 0 -15px;
    }

    .hdyth .hdyth-con .hdyth-con-li a {
        margin: 0 15px;
    }

    /* sxlxcp */
    .sxlxcp .play {
        top: 50%;
        transform: translateY(-60%);
    }

    .sxlxcp .pic {
        position: relative;
        height: 350px;
        overflow: hidden;
    }

    .sxlxcp .pic img {
        position: absolute;
        width: 1200px;
        max-width: 1920px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sxlxcp .text {
        padding: 20px 40px;
        left: 0;
        margin-left: 0;
    }

    /* footer */
    .footer .footer-l {
        padding-bottom: 30px;
        padding-top: 0;
    }

    .footer .footer-l .inner {
        display: block;
        text-align: center;
    }

    .footer .footer-l .inner .c1 {
        float: none;
        margin-top: 20px;
    }

    .footer .footer-l .inner .c1 .tit {
        margin-top: 0;
    }

    .footer .footer-l .inner .c2 {
        float: none;
        width: 100%;
        margin-top: 50px;
    }
}

/* 1199往下 */
@media screen and (max-width: 1199px) {
    /* jxxm */ .jxxm .list ul li:hover .con .box {
        transform: none;
    }
}

/* 1024以上 */
@media screen and (min-width: 1025px) {
    #sjnavcover.sjnav-cover-box {
        display: none;
    }

    /* header */
}

/* 1024 */
@media screen and (max-width: 1024px) {
    /* more-page */ .more-page img {
        width: 70px;
    }

    /* header */
    .header .header-shang {
        height: 55px;
    }

    .header .header-shang.m-hs-bj {
        background-color: rgba(153, 20, 27, 0.8);
    }

    .header .header-shang .logo {
        display: block;
        float: left;
    }

    .header .header-shang .logo img {
        margin-top: 8px;
    }

    .header .header-shang .header-shang-l {
        display: none;
    }

    .header .header-shang .header-shang-r {
        margin-top: 5px;
    }

    .header .header-shang .header-shang-r .header-shang-r-li {
        padding: 0 5px;
    }

    .header .header-shang .header-shang-r .header-shang-r-li.m-nav {
        display: block;
    }

    .header .header-xia {
        display: none;
    }

    /* banner */
    .banner {
        margin-top: 55px;
    }

    .zxrd .zxrd-tit {
        display: none;
    }

    /* zxrd */
    .zxrd .zxgd .zxgd-box-li {
        margin: 50px 0 50px;
    }

    /* jxxm */
    .jxxm .list ul li .tit {
        top: 145px;
        font-size: 14px;
    }

    .jxxm .list ul li .titbtm {
        top: 3%;
        font-size: 14px;
    }

    /* sxlxcp */
    .sxlxcp .text a img {
        margin-left: 80px;
    }

    /* footer */
    .footer .footer-l .inner .c1 .share a .icon:hover {
        transform: none;
    }
}

/* 900 */
@media screen and (max-width: 900px) {
    /* header */ .header .header-shang .header-shang-l .header-shang-l-li {
        padding: 0 10px;
        font-size: 14px;
    }

    /* zxrd */
    .zxrd .zxgd .zxgd-box-li .text .more {
        line-height: 30px;
        margin: 10px 0px 20px 0;
    }

    .zxrd .zxgd .zxgd-box-li .text h6 {
        margin-bottom: 10px;
    }

    /* jxxm */
    .jxxm .list ul li .con .box .pic {
        margin-bottom: 30px;
    }

    .jxxm .list ul li .tit {
        top: 53%;
        font-size: 14px;
        width: 28px;
    }

    .jxxm .list ul li .titbtm {
        width: 28px;
        font-size: 14px;
    }

    .jxxm .list ul li .more {
        font-size: 12px;
        width: 14px;
    }

    .jxxm .list ul li .more::after {
        margin-top: 5px;
    }

    .jxxm .list ul li .morebtm {
        font-size: 12px;
        width: 14px;
        top: 3%;
        bottom: auto;
    }

    .jxxm .list ul li .morebtm::after {
        margin-top: 5px;
    }
}

/* 768 */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    /* more-page */
   .more-page{top:55%;}
    .more-page img {
        width: 50px;
    }

    /* header */
    .header .header-shang .header-shang-l {
        display: none;
    }

    .header .header-xia .logo img {
        height: 32px;
    }

    /* banner */
    .banner .banner-hd {
        position: absolute;
        bottom: 30px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    /* zxrd-tit */
    .zxrd .zxrd-tit {
        font-size: 18px;
    }

    .zxrd .zxgd .zxgd-box-li .text .more span {
        font-size: 12px;
    }

    .zxrd .zxgd .zxgd-box-li .text h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .zxrd .zxgd .zxgd-box-li .text h6 a {
        height: 48px;
    }

    .zxrd .zxrd-list ul li .tips a {
        font-size: 14px;
    }

    .zxrd .zxrd-list ul li .text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    /* jxxm-tit */
    .jxxm .jxxm-tit {
        font-size: 18px;
    }

    .jxxm .jxxm-tit .text {
        font-size: 18px;
    }

    .jxxm .list ul li .tit {
        font-size: 14px;
    }

    .jxxm .list ul li .titbtm {
        font-size: 14px;
    }

    .jxxm .list ul li .more {
        font-size: 12px;
    }

    .jxxm .list ul li .morebtm {
        font-size: 12px;
    }

    /* hdyth */
    .hdyth .hdyth-tit {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .hdyth .hdyth-con ul {
        margin: 0;
    }

    .hdyth .hdyth-con .hdyth-con-li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    /* sxlxcp */
    .sxlxcp .text {
        width: 100%;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .sxlxcp .text a {
        font-size: 14px;
        padding-left: 30px;
        background-size: 16px;
    }

    .sxlxcp .text a img {
        margin-left: 20px;
    }

    .sxlxcp .text:hover a img {
        transform: translateX(-10px);
    }

    /* linkBox */
    .linkBox {
        padding: 50px 0;
    }

    .linkBox ul li .icon {
        width: 50px;
        height: 50px;
    }

    .linkBox ul li p {
        font-size: 14px;
    }

    /* footer */
    .footer .footer-l .inner .c2 .tabs .hd ul li {
        font-size: 16px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .text {
        font-size: 14px;
    }

    .footer .footer-bq {
        font-size: 14px;
    }

    .sxlxcp .play p {
        font-size: 20px;
    }

    .zxrd .zxgd .zxgd-box-li .text .desc {
        line-height: 24px;
        height: 72px;
    }
}

/* 600 */
@media screen and (max-width: 600px) {
    /* banner */ .banner .flexslider {
        margin-bottom:30px;
    }

    .zxrd .zxgd .zxgd-box-li .pic .tips {
        display: block;
    }

    /* zxrd */
    .zxrd .zxrd-list {
        padding: 20px 0 0;
    }

    .zxrd .zxgd .zxgd-box-li {
        margin: 20px 0;
        padding: 10px 0;
    }

    .zxrd .zxgd .zxgd-box-li .pic {
        float: none;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .zxrd .zxgd .zxgd-box-li .pic img {
        top: 0;
        max-width: 100%;
    }

    .zxrd .zxgd .zxgd-box-li .text {
        margin: 0 !important;
        padding-bottom: 60px;
    }

    .zxrd .zxgd .zxgd-li1 .pic img {
        left: 0;
    }

    .zxrd .zxgd .zxgd-li2 .pic {
        float: none;
    }

    .zxrd .zxgd .zxgd-li2 .pic img {
        right: 0;
    }

    .zxrd .zxgd .zxgd-li2 .text {
        margin-left: 50px;
        margin-right: 48%;
    }

    .zxrd .zxrd-list ul {
        display: block;
    }

    .zxrd .zxrd-list ul li {
        width: 100%;
        flex: auto;
        margin: 0 0 30px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 15px #aaaaaa;
    }

    /* jxxm */
    .jxxm .inner {
        padding: 0;
    }

    .jxxm .list ul li {
        width: 50%;
    }

    .jxxm .list ul li .con {
        border-radius: 10px;
        padding-top: 105%;
        box-shadow: 0 0 15px #aaaaaa;
    }

    /* hdyth */
    .hdyth {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hdyth .inner {
        padding: 0;
    }

    /* sxlxcp */
    .sxlxcp .text a img.pc_jt {
        display: none;
    }

    .sxlxcp .text a img.mobile_jt {
        display: inline-block;
    }

    /*  linkBox  */
    .linkBox {
        padding: 30px 0;
    }

    /* footer */
    .footer .footer-l .inner .c2 .tabs .hd ul li {
        font-size: 14px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item {
        padding: 20px 20px 30px 20px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .box {
        display: flex;
        align-items: center;
        height: 200px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .pic {
        width: 100px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .pic img {
        width: 100%;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .pic img.sx {
        width: 70%;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .text {
        padding-left: 20px;
    }

    .footer .footer-l .inner .c2 .tabs .bd .item .text p {
        line-height: 30px;
        font-size: 12px;
    }

    .footer .footer-l .inner .c1 .flink img {
        margin: 0 5px;
    }

    /*zxgd */
    .zxrd .zxgd .zxgd-box-li .text .more {
        display: none;
    }

    .zxrd .zxgd .zxgd-box-li .text .m_more {
        display: block;
    }

    .zxrd .zxgd .zxgd-box-li .text h6 {
        margin-top: 20px;
    }
}

/* 550 */
@media screen and (max-width: 550px) {
    .hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-time .yueri {
        font-size: 24px;
    }

    .hdyth .hdyth-con .hdyth-con-li .hdyth-con-li-nr .li-nr-tit {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        color: #333333;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .header .header-shang .header-shang-r .header-shang-r-li a.old, .header .header-shang .header-shang-r .header-shang-r-li span {
        display: none;
    }

    .sjnav-cover-box .sjnav>ul .sj-menu-li>a.old {
        display: block;
    }
}

/* 414 */
@media screen and (max-width: 414px) {
    /* sjnavcover */ #sjnavcover .closebtn-nav {
        right: 10px;
    }

    /* .banner */
    .banner {
        display: none;
    }

    .banner-m414 {
        display: block;
    }

    /* 375 */
    @media screen and (max-width: 375px) {
        .header .header-shang .logo {
            margin-top:3px;
        }

        .header .header-shang .logo img {
            height: 36px;
        }

        .header .header-shang .header-shang-r .header-shang-r-li {
            padding: 0 3px;
        }
    }


element.style {
}
@media screen and (max-width: 420px){
.header .header-shang .logo img {
   width:120px;
height:auto;
}
.header .header-shang .header-shang-r{    margin-right: -15px;}
}